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 `hg_configuration` c
LEFT JOIN `hg_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
9324
ms
|
2502 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM hg_lgseoredirect WHERE (CONCAT("", url_old) = "/info/politica-de-cookies" OR CONCAT("", url_old) LIKE "/info/politica-de-cookies#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
8304
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:760
/modules/lgseoredirect/lgseoredirect.php:780<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_lgseoredirect WHERE (CONCAT("", url_old) = "/info/politica-de-cookies" OR CONCAT("", url_old) LIKE "/info/politica-de-cookies#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
7681
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:760
/modules/lgseoredirect/lgseoredirect.php:780<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/override/classes/Dispatcher.php:175<br>/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(`price`) as min, MAX(`price`) as max FROM `hg_product` p
INNER JOIN `hg_product_lang` pl ON (p.`id_product` = pl.`id_product`)
WHERE p.`active` = 1 AND p.`id_shop_default` = 1 AND
pl.`id_lang` = 1 |
7346
ms
|
2862 |
|
|
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:229
/modules/adpmicrodatos/adpmicrodatos.php:906<br>/modules/adpmicrodatos/adpmicrodatos.php:1319<br>/modules/adpmicrodatos/adpmicrodatos.php:959<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM hg_category LEFT JOIN hg_category_lang AS cl USING (id_category) LEFT JOIN hg_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 1 ORDER BY `hg_category`.`id_parent` ASC, `hg_category`.`id_category` ASC |
7005
ms
|
1122 |
Yes
|
|
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2879
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2899<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3026<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `hg_cart_rule` WHERE date_to >= "2026-01-17 00:00:00" AND date_to <= "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `hg_cart_rule` WHERE date_from >= "2026-01-17 00:00:00" AND date_from <= "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `hg_cart_rule` WHERE date_from < "2026-01-17 00:00:00" AND date_to > "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
4657
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `hg_module` m
INNER JOIN hg_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 `hg_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `hg_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `hg_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `hg_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` |
4589
ms
|
357 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 490 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4208
ms
|
270 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `hg_cart_rule` WHERE date_to >= "2026-01-17 00:00:00" AND date_to <= "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `hg_cart_rule` WHERE date_from >= "2026-01-17 00:00:00" AND date_from <= "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `hg_cart_rule` WHERE date_from < "2026-01-17 00:00:00" AND date_to > "2026-01-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
4123
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 375 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3874
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 493 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3443
ms
|
200 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 283 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3394
ms
|
176 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 184 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3187
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 377 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2889
ms
|
270 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `hg_page`
WHERE `id_page_type` = 5 LIMIT 1 |
2601
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:423<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:133<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_category` a
LEFT JOIN `hg_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) LIMIT 1 |
2548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/controllers/front/CmsController.php:159<br>/classes/controller/FrontController.php:1736<br>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
2536
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tl.id_cms
FROM hg_cms_lang tl
LEFT OUTER JOIN hg_cms_shop t ON (t.id_cms = tl.id_cms)
WHERE tl.link_rewrite = 'politica-de-cookies' AND tl.id_lang = 1 AND t.id_shop = 1 LIMIT 1 |
2476
ms
|
120 |
|
|
/override/controllers/front/CmsController.php:46
/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
2456
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE 'hg_totloyalty' |
2270
ms
|
1 |
|
|
/modules/totloyaltyadvanced/totloyaltyadvanced.php:192
/modules/totloyaltyadvanced/totloyaltyadvanced.php:97<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `hg_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `hg_hook_alias` ha
INNER JOIN `hg_hook` h ON ha.name = h.name |
2201
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/modules/ps_linklist/ps_linklist.php:279<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE 'hg_totloyalty_history' |
2083
ms
|
1 |
|
|
/modules/totloyaltyadvanced/totloyaltyadvanced.php:195
/modules/totloyaltyadvanced/totloyaltyadvanced.php:97<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 346 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2069
ms
|
212 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE 'hg_totloyalty_state' |
2060
ms
|
1 |
|
|
/modules/totloyaltyadvanced/totloyaltyadvanced.php:198
/modules/totloyaltyadvanced/totloyaltyadvanced.php:97<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SHOW TABLES LIKE 'hg_totloyalty_state_lang' |
2038
ms
|
1 |
|
|
/modules/totloyaltyadvanced/totloyaltyadvanced.php:201
/modules/totloyaltyadvanced/totloyaltyadvanced.php:97<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 491 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1950
ms
|
273 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 408 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1861
ms
|
177 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 467 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1800
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 602 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1782
ms
|
178 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "shiptopay" LIMIT 1 |
1765
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/redsys/redsys.php:108<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:119<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 272 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1759
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 424 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1669
ms
|
76 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 406 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1651
ms
|
92 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 234 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1651
ms
|
81 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 475 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1589
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 394 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1562
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 478 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1540
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 232 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1539
ms
|
86 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 857) LIMIT 1 |
1538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 181 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1525
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 1004 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1511
ms
|
217 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 569 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1509
ms
|
87 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 412 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1502
ms
|
93 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 492 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1477
ms
|
193 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 481 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1460
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 494 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1444
ms
|
189 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 526 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1329
ms
|
190 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 420 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1285
ms
|
70 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 405 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1160
ms
|
189 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 419 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1096
ms
|
140 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1 |
1053
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/controllers/front/CmsController.php:159<br>/classes/controller/FrontController.php:1736<br>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `hg_meta` m
LEFT JOIN `hg_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1008
ms
|
112 |
Yes
|
|
/override/classes/Dispatcher.php:211
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `hg_hook` h
WHERE (h.active = 1) |
990
ms
|
836 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
INNER JOIN hg_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hg_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `hg_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hg_category` c2 ON c2.`id_category` = 271 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
906
ms
|
47 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `hg_carrier` c
LEFT JOIN `hg_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `hg_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
INNER JOIN hg_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 GROUP BY c.`id_carrier` ORDER BY c.`position` ASC |
905
ms
|
24 |
Yes
|
Yes
|
/classes/Carrier.php:578
/modules/kuantokusta/kuantokusta.php:592<br>/modules/kuantokusta/kuantokusta.php:58<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `hg_module` m
LEFT JOIN `hg_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
887
ms
|
133 |
|
|
/classes/module/Module.php:340
/modules/cttexpress/cttexpress.php:79<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `hg_meta` m
LEFT JOIN `hg_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
877
ms
|
112 |
Yes
|
|
/override/classes/Dispatcher.php:211
/override/classes/Dispatcher.php:28<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `hg_module` m
LEFT JOIN `hg_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
857
ms
|
133 |
|
|
/classes/module/Module.php:340
/modules/lgseoredirect/lgseoredirect.php:50<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM hg_shop_url su
LEFT JOIN hg_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'orion91-2025.proyectos-lineagrafica.com' OR su.domain_ssl = 'orion91-2025.proyectos-lineagrafica.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
815
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `hg_lgcookieslaw_purpose` a
LEFT JOIN `hg_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
781
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:385
/modules/lgcookieslaw/lgcookieslaw.php:5465<br>/modules/lgcookieslaw/lgcookieslaw.php:5340<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/f1/c1/fd/f1c1fd7af7bc62bda8aad3a366af7bcbee3ac73a_2.file.head.tpl.php:256<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/f1/c1/fd/f1c1fd7af7bc62bda8aad3a366af7bcbee3ac73a_2.file.head.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:152<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1018) LIMIT 1 |
774
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `hg_module` m
LEFT JOIN `hg_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
760
ms
|
133 |
|
|
/classes/module/Module.php:340
/modules/formmaker/formmaker.php:154<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayBanner'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:26'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:26')
ORDER BY position ASC |
758
ms
|
2 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2207<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM hg_shop_group gs
LEFT JOIN hg_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN hg_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 |
757
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
749
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1020 AND `id_shop` = 1 |
743
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_carrier AS c INNER JOIN hg_texpress_carrier AS t ON c.id_carrier = t.ps_carrier_id WHERE c.deleted = 0 AND c.active = 1 |
739
ms
|
16 |
|
|
/modules/cttexpress/cttexpress.php:4219
/override/classes/Cart.php:19<br>/classes/Cart.php:2847<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_hook_module_exceptions`
WHERE `id_shop` IN (1) |
703
ms
|
219 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:521<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
693
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hg_hook` |
669
ms
|
836 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayNav1'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:26'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:26')
ORDER BY position ASC |
659
ms
|
17 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2434<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayWrapperBottom'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:30'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:30')
ORDER BY position ASC |
654
ms
|
11 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2430<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `hg_lang` l
JOIN hg_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
641
ms
|
16 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 834 AND `id_shop` = 1 |
632
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
607
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:369<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayFooterAfter'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:31'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:31')
ORDER BY position ASC |
588
ms
|
4 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2451<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:115<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
559
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:370<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM hg_cart_product cp INNER JOIN hg_product p
ON (p.id_product = cp.id_product) INNER JOIN hg_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
542
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/override/classes/controller/FrontController.php:19<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM hg_iqitmegamenu_tabs_shop hs
LEFT JOIN hg_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN hg_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position |
539
ms
|
9 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:4560<br>/modules/iqitmegamenu/iqitmegamenu.php:4040<br>/modules/iqitmegamenu/iqitmegamenu.php:3992<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `hg_connections`
WHERE `id_guest` = 792
AND `date_add` > '2026-01-17 16:53:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
531
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:423<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:133<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
528
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM hg_iqitmegamenu_tabs_shop hs
LEFT JOIN hg_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN hg_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 2 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position |
528
ms
|
9 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:4560<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
509
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_currency` c ORDER BY `iso_code` ASC |
495
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) AND (b.`id_shop` = 1) LIMIT 1 |
482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta_lang
WHERE url_rewrite = "info"
AND `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
481
ms
|
48 |
|
|
/override/classes/Dispatcher.php:1276
/override/classes/Dispatcher.php:316<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayPaymentBanners'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:30'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:30')
ORDER BY position ASC |
479
ms
|
2 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/override/modules/custombanners/custombanners.php:52<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_country` a
LEFT JOIN `hg_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `hg_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
476
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_custombanners
WHERE hook_name = 'displayFooterBefore'
AND id_shop = 1
AND id_lang = 1
AND active = 1
AND publish_from <= '2026-01-17 17:23:30'
AND (publish_to = '0000-00-00 00:00:00' OR publish_to >= '2026-01-17 17:23:30')
ORDER BY position ASC |
473
ms
|
4 |
Yes
|
|
/modules/custombanners/custombanners.php:2038
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2446<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:79<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav1" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
473
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:386<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
470
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
470
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/idxrrelatedproducts/idxrrelatedproducts.php:407<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1016 |
466
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM hg_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
465
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `hg_country` a
LEFT JOIN `hg_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `hg_hook_alias` |
461
ms
|
83 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `hg_address_format`
WHERE `id_country` = 6 LIMIT 1 |
459
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
459
ms
|
2 |
|
|
/classes/Category.php:2233
/override/classes/Link.php:56<br>/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 462) LIMIT 1 |
449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 990 |
449
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 965) LIMIT 1 |
444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 702 |
442
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "header" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
441
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1 |
439
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
439
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:371<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 191) LIMIT 1 |
436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 805) LIMIT 1 |
436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/controllers/front/CmsController.php:53<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_fbpsc_connector_position` |
432
ms
|
8 |
|
|
/modules/facebookpsconnect/lib/module-dao_class.php:366
/modules/facebookpsconnect/lib/hook/hook-display_class.php:232<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:95<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1 |
426
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 820) LIMIT 1 |
426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
423
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/CmsController.php:184<br>/override/classes/controller/FrontController.php:14<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1 |
421
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `hg_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
421
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:82<br>/modules/statsdata/statsdata.php:73<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:423<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:133<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
419
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:362<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `hg_lang` l
LEFT JOIN `hg_lang_shop` ls ON (l.id_lang = ls.id_lang) |
418
ms
|
4 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBanner" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
415
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:328<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `hg_currency` c
LEFT JOIN hg_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
414
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitmegamenu/iqitmegamenu.php:3977<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "productextratabs" LIMIT 1 |
411
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/productextratabs/classes/ProductExtraTabsCore.php:341<br>/modules/productextratabs/classes/ProductExtraTabsCore.php:37<br>/modules/productextratabs/productextratabs.php:91<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 184 AND `id_shop` = 1 |
410
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 966) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 954) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM hg_link_block lb
INNER JOIN hg_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
408
ms
|
16 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 400) AND (b.`id_shop` = 1) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 542) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 185 |
405
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 930) LIMIT 1 |
404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 59 AND `id_shop` = 1 |
403
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1037) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE e.*
FROM `hg_higacustomevent` e
LEFT JOIN `hg_higacustomevent_shop` `es` ON es.`id_event` = e.`id_event`
WHERE (es.`id_shop` = 1) AND (e.`active` = 1) |
402
ms
|
1 |
|
|
/modules/higoogleanalytics/classes/event.php:113
/modules/higoogleanalytics/higoogleanalytics.php:501<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
400
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
400
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3020<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 198) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
395
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 179 AND `id_shop` = 1 |
394
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 965 |
393
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 848) LIMIT 1 |
392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
391
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 695) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 547) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 932) LIMIT 1 |
389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `hg_tab` |
389
ms
|
242 |
|
|
/classes/Tab.php:359
/controllers/front/CmsController.php:69<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 521) LIMIT 1 |
389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 747) LIMIT 1 |
389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 803 |
387
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
387
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 820 AND `id_shop` = 1 |
387
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 928) LIMIT 1 |
387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 812 AND `id_shop` = 1 |
385
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 800) LIMIT 1 |
385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 637 AND `id_shop` = 1 |
385
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_currency` a
LEFT JOIN `hg_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `hg_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 983) LIMIT 1 |
381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 941) LIMIT 1 |
381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 743) LIMIT 1 |
380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 389 AND `id_shop` = 1 |
380
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 522) LIMIT 1 |
380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 521 |
379
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 3
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/override/classes/Link.php:460<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 185 |
379
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
378
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 737) LIMIT 1 |
378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702) LIMIT 1 |
378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 923) LIMIT 1 |
378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 979) LIMIT 1 |
377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
377
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "loyalty" LIMIT 1 |
376
ms
|
0 |
|
|
/classes/module/Module.php:2840
/modules/totloyaltyadvanced/totloyaltyadvanced.php:945<br>/modules/totloyaltyadvanced/totloyaltyadvanced.php:91<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
375
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
375
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:315<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 644) LIMIT 1 |
374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
373
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
372
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 407 |
372
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
372
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
371
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 520) LIMIT 1 |
371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 479) LIMIT 1 |
371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_whatsappchatblock_agent` LEFT JOIN `hg_whatsappchatblock_agent_lang` ON (`hg_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `hg_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
369
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:288<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 498) LIMIT 1 |
369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 719) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 545) LIMIT 1 |
368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 407 AND `id_shop` = 1 |
368
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 961) LIMIT 1 |
367
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 853 AND `id_shop` = 1 |
366
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 490) LIMIT 1 |
366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 814 AND `id_shop` = 1 |
365
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 816 |
365
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_whatsappchatblock` LEFT JOIN `hg_whatsappchatblock_lang` ON (`hg_whatsappchatblock`.`id_whatsappchatblock` = `hg_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "footer" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
365
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:316<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 283) LIMIT 1 |
365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
365
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 821 AND `id_shop` = 1 |
365
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
364
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 653) LIMIT 1 |
364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 18 AND `id_shop` = 1 |
363
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 471 |
363
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 840) LIMIT 1 |
363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 407) LIMIT 1 |
363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 817) LIMIT 1 |
363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 345 AND `id_shop` = 1 |
363
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
362
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 965 AND `id_shop` = 1 |
362
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
361
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM hg_page_type
WHERE name = 'cms' LIMIT 1 |
360
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:423<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:133<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 497) LIMIT 1 |
360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 805 |
360
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 948) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 469) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 689 |
358
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 493) LIMIT 1 |
358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 403) LIMIT 1 |
358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 481 AND `id_shop` = 1 |
357
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 763 |
357
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 932 AND `id_shop` = 1 |
357
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
356
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 375) LIMIT 1 |
356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 958) LIMIT 1 |
355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 489 AND `id_shop` = 1 |
355
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 517) LIMIT 1 |
354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 1 |
354
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
353
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 811) LIMIT 1 |
353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 568 |
353
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 198 |
353
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 841) LIMIT 1 |
353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 616) LIMIT 1 |
353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 847) LIMIT 1 |
352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 468) LIMIT 1 |
352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 930 |
352
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 943 |
352
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1055) LIMIT 1 |
352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 234 |
351
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 554) LIMIT 1 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_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 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Category.php:1113<br>/override/classes/Link.php:82<br>/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 974) LIMIT 1 |
351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 934 AND `id_shop` = 1 |
351
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 518 |
351
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
351
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 651) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
350
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 917) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
350
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) LIMIT 1 |
350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 934) LIMIT 1 |
349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 394 AND `id_shop` = 1 |
349
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `hg_hook_alias` |
349
ms
|
83 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/override/classes/Dispatcher.php:175<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:27<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
348
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 616 AND `id_shop` = 1 |
348
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 818) LIMIT 1 |
348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 949) LIMIT 1 |
348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 841 |
348
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
348
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 719 |
347
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 814 |
347
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 645) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 184) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 181) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 751) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 683) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 964 |
346
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 660 AND `id_shop` = 1 |
346
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
346
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 854) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 945) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 616 |
345
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 746) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
344
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 645 |
344
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1031) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
344
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
344
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 527) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 815) LIMIT 1 |
344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 690 |
343
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
343
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
343
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 330) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 678) LIMIT 1 |
343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 815 AND `id_shop` = 1 |
342
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 805 AND `id_shop` = 1 |
342
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
342
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
342
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 971) LIMIT 1 |
342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 923 AND `id_shop` = 1 |
342
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 938) LIMIT 1 |
342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
342
ms
|
4 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1 |
342
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 643 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 842) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 698) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 813 AND `id_shop` = 1 |
341
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 659) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 735 AND `id_shop` = 1 |
341
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 834 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 695 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 651 |
341
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 978) LIMIT 1 |
340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
340
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 991) LIMIT 1 |
340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
340
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 808 AND `id_shop` = 1 |
340
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 720 |
340
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 970) LIMIT 1 |
339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 802) LIMIT 1 |
339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 696 |
339
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 493 AND `id_shop` = 1 |
339
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 718 |
339
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 843 AND `id_shop` = 1 |
339
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 679) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
338
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 525) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 863 AND `id_shop` = 1 |
338
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 348) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 516 |
338
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 749 |
338
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 963 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 609) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 648 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 769) LIMIT 1 |
337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
337
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 718) LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 646 AND `id_shop` = 1 |
336
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 819 AND `id_shop` = 1 |
336
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 719 AND `id_shop` = 1 |
336
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
336
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1054) LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602) LIMIT 1 |
335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 633 AND `id_shop` = 1 |
335
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM hg_cms c
LEFT JOIN hg_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN hg_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (43) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
335
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:4644<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 954 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 963) LIMIT 1 |
335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 654 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 811 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 934 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 811 AND `id_shop` = 1 |
335
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 935 |
335
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 817 AND `id_shop` = 1 |
334
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 696 AND `id_shop` = 1 |
334
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 862 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 984) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 965 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 810 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 812) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 218 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 406) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 816) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 650 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 550 |
334
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 660) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 694 |
333
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 476 AND `id_shop` = 1 |
333
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 389) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 408) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 673) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 585) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_lang` a
LEFT JOIN `hg_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 647) LIMIT 1 |
333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
333
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 838 AND `id_shop` = 1 |
332
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 919 AND `id_shop` = 1 |
332
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
332
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 481 |
332
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 990) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 918) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 635) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 854 AND `id_shop` = 1 |
332
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `hg_country`
WHERE `id_country` = 6 LIMIT 1 |
331
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 973) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 430) AND (b.`id_shop` = 1) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
331
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
331
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 992) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 990 AND `id_shop` = 1 |
331
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 836) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 345) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
331
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) LIMIT 1 |
331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
331
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 660 |
331
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 810 AND `id_shop` = 1 |
330
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 955) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 993) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 986) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 985) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1054 AND `id_shop` = 1 |
330
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
330
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 922) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
330
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 529) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 644 |
330
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM hg_shop s
LEFT JOIN hg_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 |
330
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 488) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 477 |
330
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 920) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
330
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 818 AND `id_shop` = 1 |
329
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 959) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 735) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 812 |
329
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 673 |
329
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1038) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 947) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 424 AND `id_shop` = 1 |
329
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 516) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 939) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 987) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 820 |
329
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 972) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 801) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1053 AND `id_shop` = 1 |
328
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 932 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 748) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 548) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 971 AND `id_shop` = 1 |
328
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 970 AND `id_shop` = 1 |
328
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 774) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 472) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 862) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 1 |
328
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 992 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 835 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 840 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 610) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 633) LIMIT 1 |
328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 522 |
328
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 747 AND `id_shop` = 1 |
328
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 646 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 813 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 498 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 485) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 853 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 955 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 757) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 924) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 931) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 946) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 815 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 964) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 517 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 819) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 763 AND `id_shop` = 1 |
327
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 749) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 653 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 191 |
327
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 649 AND `id_shop` = 1 |
326
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 485 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 763 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1042) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1052) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 544) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1 |
326
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 840 AND `id_shop` = 1 |
326
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 925) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 966 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 694 AND `id_shop` = 1 |
326
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 743 AND `id_shop` = 1 |
326
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 599) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 980) LIMIT 1 |
326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
326
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 389 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 700 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 838) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 956) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 952 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1054 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 983 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 962) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 685 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 740) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 689) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 684 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1040) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 748 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 633 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 671) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 609 |
325
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 643) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 984 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 423) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 962 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 546) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 467) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 922 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 826) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1037 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 685) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 691) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 518 AND `id_shop` = 1 |
324
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 650) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 722) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 568 AND `id_shop` = 1 |
324
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 626) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 672) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 181 AND `id_shop` = 1 |
324
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 836 AND `id_shop` = 1 |
324
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 916 |
324
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 937) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 690) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 654) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 550) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 920 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 720) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 803) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 641 AND `id_shop` = 1 |
323
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 844) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 523 AND `id_shop` = 1 |
323
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 468 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 218) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 476 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 833 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 814) LIMIT 1 |
323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 848 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
323
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 609 AND `id_shop` = 1 |
323
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 487 AND `id_shop` = 1 |
323
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 636 AND `id_shop` = 1 |
322
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 948 AND `id_shop` = 1 |
322
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 821) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 638 AND `id_shop` = 1 |
322
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 835 AND `id_shop` = 1 |
322
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 518) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 839) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 813) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 634) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1039) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 602 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 975 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 855) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 974 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 527 AND `id_shop` = 1 |
321
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 406 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 478 AND `id_shop` = 1 |
321
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 481) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 478) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 942) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 721) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 923 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 928 AND `id_shop` = 1 |
321
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 951) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 777 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 921) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayBanner' LIMIT 1 |
321
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2207<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 965 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 234 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
321
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 852) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 421 AND `id_shop` = 1 |
321
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 647 AND `id_shop` = 1 |
321
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 700) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 553) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 967) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 678 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 944 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 722 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 739) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 831) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 635 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 979 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 822) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 931 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 968) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 935) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 946 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 839 AND `id_shop` = 1 |
320
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 816 AND `id_shop` = 1 |
320
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 924 |
320
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 487) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 763 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 983 AND `id_shop` = 1 |
319
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 703 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 610 AND `id_shop` = 1 |
319
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 636) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 928 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1055 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 408 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 190 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 637 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 687) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 936) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 520 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
319
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 959 AND `id_shop` = 1 |
319
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 845) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 916) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
319
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 854 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 462 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 762 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 659 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 672 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 626 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 963 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 476) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 488 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 942 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 525 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 479 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 543) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 659 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 545 AND `id_shop` = 1 |
318
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 979 |
318
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1039 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 761 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 746 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 646) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 699) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 964 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 763 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 810) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 521 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 238 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 763) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 740 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 688 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 921 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1008 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 497 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 489) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 751 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 642) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 739 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 554 AND `id_shop` = 1 |
317
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 833) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 406 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 475) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 694) LIMIT 1 |
317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 403 |
317
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 993 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 524 AND `id_shop` = 1 |
316
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1040 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 487 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 738) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 842 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 406 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 747 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 413) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 420 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 721 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 642 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 801 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 641 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 696) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
316
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 829) LIMIT 1 |
316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1028 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 671 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 937 AND `id_shop` = 1 |
315
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1 |
315
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 487 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 837) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 741 AND `id_shop` = 1 |
315
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
315
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 962 AND `id_shop` = 1 |
314
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 987 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 527 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1 |
314
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 568) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 515) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 852 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 959 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 179) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 520 AND `id_shop` = 1 |
314
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 750) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 804 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1052 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 756) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 756 |
314
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1 |
314
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 843) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 739 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 569) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 743 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 746 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1053 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 938 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 803 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 544 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 853) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 838 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 546 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 978 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 960) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 639 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 838 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 683 AND `id_shop` = 1 |
313
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 765 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
313
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 974 AND `id_shop` = 1 |
312
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 991 AND `id_shop` = 1 |
312
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 940 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 750 AND `id_shop` = 1 |
312
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 647 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 961 AND `id_shop` = 1 |
312
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 491) LIMIT 1 |
312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 800 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 817 |
312
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 543 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 741) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 845 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 462 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 544 AND `id_shop` = 1 |
311
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 850 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 973 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 680 AND `id_shop` = 1 |
311
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 949 AND `id_shop` = 1 |
311
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 919) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 744) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 963 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 185 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 707) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 809 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 695 AND `id_shop` = 1 |
311
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
311
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 423 AND `id_shop` = 1 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_country_lang`
WHERE `id_country` = 6 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1053) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 977) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 413 AND `id_shop` = 1 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 762 AND `id_shop` = 1 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 835) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 821 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 641) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 976) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 34 AND `id_shop` = 1 |
310
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 929) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 699 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 505 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 940) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 951 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1008) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 755) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 487 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
310
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 943 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 918 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 469 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1076 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 348 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 836 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 649 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 807) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 825 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 423 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 642 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 944) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 963 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 757 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 346 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 772) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 922 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 823) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 757 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
309
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 829 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 515 AND `id_shop` = 1 |
309
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 744 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 701 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 973 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 652) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 758) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 975 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 973 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 832 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 929 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 679 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 809 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1038 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 917 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 553 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3020<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1076 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 982) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 852 AND `id_shop` = 1 |
308
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 487 |
308
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 829 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 523) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 933) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 652 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 701 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1038 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 684) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1052 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 232 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 761) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 837 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 548 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 981 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 976 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 742 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 807 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 232 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 856) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 745 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 639 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 927) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 981 AND `id_shop` = 1 |
307
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 761 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
307
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 985 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 785 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 939 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 505 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 972 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 778) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 485 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 849) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 403 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 680 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 996) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 832 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 639) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 524) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 927 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1006 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 585 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 690 AND `id_shop` = 1 |
306
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 863 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 377) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "supercheckout" LIMIT 1 |
306
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 777) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 686 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 824) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 943) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
306
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 779 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 833 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 742) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1076) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 742 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 933 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 929 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 981) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 413 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 968 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 969) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 718 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 809) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 834) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 837 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 671 AND `id_shop` = 1 |
305
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 806) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 952) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 832) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
305
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 645 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 842 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 917 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 412 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 948 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 497 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 943 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 708 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 921 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 856 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 841 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 833 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 969 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 680) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 830) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 801 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 977 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
304
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 496 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 832 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 750 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 778 AND `id_shop` = 1 |
304
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
304
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 626 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 927 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 185 |
304
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 638) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 982 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 919 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 824 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 543 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 500 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 819 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 638 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 825) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 933 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 529 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 744 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 636 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 745) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 421) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 745 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 599 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 808 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 758 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 522 AND `id_shop` = 1 |
303
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 659 |
303
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 648) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 542 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 412 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 823 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 925 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 649) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 856 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 950) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 707 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 424) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 635 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 406 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 703 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 988) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 478 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 713 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 688) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 758 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 706 AND `id_shop` = 1 |
302
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 787 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 804) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
302
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 709 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 975) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 968 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 782 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 823 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
301
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 652 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 644 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 687 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 976 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 956 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 687 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 515 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 967 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 468 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 421 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 764 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1041 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 653 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 746 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 958 AND `id_shop` = 1 |
301
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 779) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 849 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 941 |
301
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 926 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 926) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 377 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 699 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 947 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 706 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 960 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 406 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 802 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 643 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 760 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 760 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1055 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 545 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 547 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 863) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 982 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 849 AND `id_shop` = 1 |
300
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 554 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
300
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 234 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 839 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 334 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 769 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 500 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 523 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 570) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 394 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 394) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 686 AND `id_shop` = 1 |
299
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 808) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 765 AND `id_shop` = 1 |
299
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 978 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 712 AND `id_shop` = 1 |
299
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 953) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 776) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 759 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
299
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 272 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 185 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 764 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 651 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 542 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 836 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 945 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 764) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 472 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 996 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 412) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 850) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 472 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 755 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 648 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 783 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 803 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 467 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 855 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
298
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 420 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 930 AND `id_shop` = 1 |
298
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1007 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 678 AND `id_shop` = 1 |
297
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 818 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 637) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 824 AND `id_shop` = 1 |
297
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 754 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 421 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1037 AND `id_shop` = 1 |
297
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
297
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 964 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 716 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 741 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1007 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 786) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 833 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 641 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 950 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 986 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 996 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 755 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 804 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 832 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 991 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 838 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 825 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 945 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 979 AND `id_shop` = 1 |
296
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 833 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 970 |
296
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 843 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 766 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 775 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 415) AND (b.`id_shop` = 1) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 953 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 234 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 491 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 761 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 700 AND `id_shop` = 1 |
295
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 775) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 686 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1 |
295
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 496) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 834 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 345 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 762) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 569 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 480) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 691 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 760) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
295
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 785) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 776 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 179 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 771 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 569 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 984 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 420) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 736 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 773 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 784 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 803 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 754) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 516 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 753 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 517 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 988 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 949 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1 |
294
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
294
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 752 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 610 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 740 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 709 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 826 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 834 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 847 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
293
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 767 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 783) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 486 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 762 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 782) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 951 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 697) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 773 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 985 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 782 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 543 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 602 AND `id_shop` = 1 |
293
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 947 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
293
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 686) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 708 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 857 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 712 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 789 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 232 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 525 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 823 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 697 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 785 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 547 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 770) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 737 AND `id_shop` = 1 |
292
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 746 |
292
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 846) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'en' LIMIT 1 |
291
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 711 AND `id_shop` = 1 |
291
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 848 AND `id_shop` = 1 |
291
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 765) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 524 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 528 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 776 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 654 AND `id_shop` = 1 |
291
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 310 AND `id_shop` = 1 |
291
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 935 AND `id_shop` = 1 |
291
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 786 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 823 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
291
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 752) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 570 AND `id_shop` = 1 |
290
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 491 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 311 AND `id_shop` = 1 |
290
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 672 AND `id_shop` = 1 |
290
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 348 AND `id_shop` = 1 |
290
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 744 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 673 AND `id_shop` = 1 |
290
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
290
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 698 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 702 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 312 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 766 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 772 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 768 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 751 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 784) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 515 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 486) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 685 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 846 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 776 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 478 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 979 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 498 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "everpspopup" LIMIT 1 |
289
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/lgcookieslaw/lgcookieslaw.php:5237<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 924 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 330 AND `id_shop` = 1 |
289
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
289
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 634 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 780 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 491 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 831 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 918 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 955 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 486 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 987 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 862 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 528) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 931 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM hg_image_type
WHERE `name` = 'small_default' LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:4034<br>/modules/iqitmegamenu/iqitmegamenu.php:3992<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 759) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 490 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 472 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 771) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `hg_country`
WHERE `id_country` = 6 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 688 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 692 AND `id_shop` = 1 |
288
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 475 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 570 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
288
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 480 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 736) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 717 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 944 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 967 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 774 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 756 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 406 AND `id_shop` = 1 |
287
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
287
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 711 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 528 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 713) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 529 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 946 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 753 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 795 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 717 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 943 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 286 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 773 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 232 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 232 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1042 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 749 AND `id_shop` = 1 |
286
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 766) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 784 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 920 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 722 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 939 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `hg_image_type` |
285
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/iqitmegamenu/iqitmegamenu.php:4034<br>/modules/iqitmegamenu/iqitmegamenu.php:3992<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 515 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 38 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1040 AND `id_shop` = 1 |
285
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 770 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 234 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 552 |
285
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 684 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 826 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 778 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 789 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 550 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 721 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayWrapperBottom' LIMIT 1 |
284
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2430<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 477) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 283 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 767) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 844 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 469 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 916 AND `id_shop` = 1 |
284
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 330 |
284
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 424 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 822 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 774 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 692 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 768) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 771 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 789) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 683 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 792) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 710 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1034 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 36 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 986 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 773) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 641 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 738 AND `id_shop` = 1 |
283
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
283
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 699 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 788 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 720 AND `id_shop` = 1 |
282
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 964 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `hg_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('792', '9', '3628718183', '', '1', '1', '2026-01-17 17:23:31') |
282
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:423<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:133<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 845 AND `id_shop` = 1 |
282
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 736 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1 |
282
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1039 AND `id_shop` = 1 |
282
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 965 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 781) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 478 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
282
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 689 AND `id_shop` = 1 |
282
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 543 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 488 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 489 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 543 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1030 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 979 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1008 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 710 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 855 AND `id_shop` = 1 |
281
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 346) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 993 AND `id_shop` = 1 |
281
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 806 AND `id_shop` = 1 |
281
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 546 AND `id_shop` = 1 |
281
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 748 AND `id_shop` = 1 |
281
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 768 |
281
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 780) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 781 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 377 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 472 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1 |
280
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 552) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 699 |
280
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 780 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 650 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 850 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
279
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1041) LIMIT 1 |
279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 803 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 199 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 800 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 972 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 830 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 716 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 781 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 788 AND `id_shop` = 1 |
279
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 964 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
279
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
278
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 272) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 980 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 737 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 770 AND `id_shop` = 1 |
278
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 992 AND `id_shop` = 1 |
278
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 698 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 846 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 951 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 787) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 788) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 831 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 937 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 961 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
278
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 707 AND `id_shop` = 1 |
278
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1 |
277
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 847 AND `id_shop` = 1 |
277
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 802 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 823 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1 |
277
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
277
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
277
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 634 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 548 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 958 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 926 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 585 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 988 AND `id_shop` = 1 |
276
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
276
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:115<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 752 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
276
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 693) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 710) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 659 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 711) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
275
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 717) LIMIT 1 |
274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 477 AND `id_shop` = 1 |
274
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 25 LIMIT 1 |
274
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2430<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 794 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 793 AND `id_shop` = 1 |
274
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
274
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 925 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block` a
LEFT JOIN `hg_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 679 AND `id_shop` = 1 |
273
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 467 |
273
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 977 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 769 AND `id_shop` = 1 |
272
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 692) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 936 AND `id_shop` = 1 |
272
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 753) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 711 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1042 AND `id_shop` = 1 |
272
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `hg_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 6 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Country.php:251
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:209<br>/modules/adpmicrodatos/adpmicrodatos.php:906<br>/modules/adpmicrodatos/adpmicrodatos.php:1319<br>/modules/adpmicrodatos/adpmicrodatos.php:959<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
272
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 691 AND `id_shop` = 1 |
271
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 491 AND `id_shop` = 1 |
271
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 792 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM hg_image_type
WHERE `name` = 'home_default' LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:4042<br>/modules/iqitmegamenu/iqitmegamenu.php:3992<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 283 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 552 AND `id_shop` = 1 |
271
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
271
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 777 AND `id_shop` = 1 |
270
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_group` a
LEFT JOIN `hg_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 774 AND `id_shop` = 1 |
270
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1031 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 713 AND `id_shop` = 1 |
269
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `hg_hook`
WHERE `id_hook` = 14 LIMIT 1 |
269
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 807 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 936 |
269
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 857 AND `id_shop` = 1 |
268
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1030 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1041 AND `id_shop` = 1 |
268
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 711 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 553 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1006) LIMIT 1 |
268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 798 AND `id_shop` = 1 |
268
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 796 AND `id_shop` = 1 |
268
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
268
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 759 AND `id_shop` = 1 |
267
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM hg_required_field |
267
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/override/classes/controller/FrontController.php:27<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 798 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM hg_cms c
LEFT JOIN hg_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN hg_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (61) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
267
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:4644<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1035 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 774 |
267
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 971 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 779 AND `id_shop` = 1 |
266
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 697 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `hg_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
266
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 496 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1005 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1033 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 599 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 493 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 776 AND `id_shop` = 1 |
265
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
265
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 754 AND `id_shop` = 1 |
264
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 735 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 767 AND `id_shop` = 1 |
264
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 775 AND `id_shop` = 1 |
264
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
264
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 794) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 693 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1032) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1006 AND `id_shop` = 1 |
263
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayFooterAfter' LIMIT 1 |
263
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2451<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:115<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
263
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 772 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 408 AND `id_shop` = 1 |
262
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
262
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 470) LIMIT 1 |
261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 783 AND `id_shop` = 1 |
261
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 787 AND `id_shop` = 1 |
261
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 786 AND `id_shop` = 1 |
261
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 693 AND `id_shop` = 1 |
261
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 795 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
261
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 480 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 773 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 790 AND `id_shop` = 1 |
260
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
260
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 543 AND `id_shop` = 1 |
260
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayNav1' LIMIT 1 |
260
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2434<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
260
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 479 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 375 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
259
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
258
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 793) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
258
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 794 AND `id_shop` = 1 |
258
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 790) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
258
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
258
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 799) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
258
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
257
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
257
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1032 |
257
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
257
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 28 AND `id_shop` = 1 |
257
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
256
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 806 |
256
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 466 AND `id_shop` = 1 |
256
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
256
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
256
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 796) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
256
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
256
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 251) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "advancedloyalty" LIMIT 1 |
256
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/referralbyphone/referralbyphone.php:72<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
255
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 386 AND `id_shop` = 1 |
255
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 795 |
255
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
255
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
255
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 858) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 51 LIMIT 1 |
254
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2207<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "lengow" LIMIT 1 |
254
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/lengow/lengow.php:60<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 797 AND `id_shop` = 1 |
254
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 797 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 475 AND `id_shop` = 1 |
253
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1028 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 191 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 738 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 504 AND `id_shop` = 1 |
253
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
253
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 385 AND `id_shop` = 1 |
252
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 311) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 376 AND `id_shop` = 1 |
252
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 799 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
252
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 526 AND `id_shop` = 1 |
251
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
251
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 492 AND `id_shop` = 1 |
251
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
251
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 312 |
251
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
250
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
250
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1036 AND `id_shop` = 1 |
250
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
250
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
250
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1031 AND `id_shop` = 1 |
250
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
250
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 43 AND `id_shop` = 1 |
250
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
250
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1035 AND `id_shop` = 1 |
249
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 419 AND `id_shop` = 1 |
249
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
249
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_currency` a
LEFT JOIN `hg_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1007) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 16 AND `id_shop` = 1 |
249
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 792 AND `id_shop` = 1 |
248
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
248
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
248
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
248
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
248
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 791 |
248
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 793 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 796 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1005 |
247
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 474 AND `id_shop` = 1 |
247
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 470 AND `id_shop` = 1 |
247
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
246
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1 |
246
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 430 |
245
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
245
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1 |
244
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
244
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1 |
244
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_currency_lang`
WHERE `id_currency` = 1 |
244
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
244
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1032 AND `id_shop` = 1 |
243
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
243
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
243
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 790 |
242
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
242
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 799 AND `id_shop` = 1 |
242
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
241
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
241
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 484 AND `id_shop` = 1 |
241
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `hg_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
241
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block_lang`
WHERE `id_link_block` = 1 |
240
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 38) LIMIT 1 |
240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1004) LIMIT 1 |
240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 359 AND `id_shop` = 1 |
240
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1036 |
239
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 791 AND `id_shop` = 1 |
239
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
239
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
239
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
239
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
239
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
238
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1036) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1033 AND `id_shop` = 1 |
238
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1034) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
237
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 59) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "marketplace" LIMIT 1 |
236
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1072<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 795) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 861 |
236
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
236
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `hg_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
236
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
236
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
236
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 791) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 415 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 494 AND `id_shop` = 1 |
235
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 798) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
235
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 386 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 376 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1035) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 797) LIMIT 1 |
235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
235
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms_lang`
WHERE `id_cms` = 110 AND `id_shop` = 1 |
235
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
234
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
234
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
234
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'es' LIMIT 1 |
234
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:325<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 492) LIMIT 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 311 |
234
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1033) LIMIT 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 310 |
234
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
233
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
233
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1009) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
232
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
232
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 473 AND `id_shop` = 1 |
232
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
232
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 34) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1034 AND `id_shop` = 1 |
232
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
232
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
231
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
231
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
231
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:24<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
231
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 790 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
230
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
229
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 392 AND `id_shop` = 1 |
229
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
229
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 18) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 502) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 526) LIMIT 1 |
229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
229
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
228
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1005 |
228
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 376) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
228
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 36) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1061 AND `id_shop` = 1 |
227
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1005) LIMIT 1 |
227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 502 AND `id_shop` = 1 |
227
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
227
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 358 |
226
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 859) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
226
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1005 AND `id_shop` = 1 |
226
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 16) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
226
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayPaymentBanners' LIMIT 1 |
226
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/override/modules/custombanners/custombanners.php:52<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block` a
LEFT JOIN `hg_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 4) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
225
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 272 |
225
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 828) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) LIMIT 1 |
224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 858 |
224
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
224
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 359 |
223
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 466 |
223
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
223
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 8 LIMIT 1 |
223
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2434<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 384 |
223
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 473) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
223
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 827) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
222
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
222
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 859 AND `id_shop` = 1 |
222
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
222
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_group_lang`
WHERE `id_group` = 1 |
222
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
222
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
221
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
221
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1025) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
220
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
220
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 20 LIMIT 1 |
220
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2451<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:115<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 492 |
220
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 419) LIMIT 1 |
218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 14) LIMIT 1 |
218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
218
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 198 |
218
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
217
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
217
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1061) LIMIT 1 |
217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 501 AND `id_shop` = 1 |
217
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1 |
217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1061 |
216
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 330 |
216
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 392 |
216
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 358 AND `id_shop` = 1 |
215
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
215
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
215
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:220<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:362<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:112<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:421<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `page`
FROM hg_meta
WHERE id_meta = 0 LIMIT 1 |
215
ms
|
0 |
|
|
/override/classes/Dispatcher.php:1251
/override/classes/Dispatcher.php:317<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE type+0 AS type FROM `hg_lgcanonicalurls` WHERE `id_object` = 9 AND `type_object` = 3 LIMIT 1 |
215
ms
|
1 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1674
/modules/lgcanonicalurls/lgcanonicalurls.php:569<br>/modules/lgcanonicalurls/lgcanonicalurls.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
214
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 484) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
214
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
214
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 494) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 348 |
213
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
213
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2063<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 828 |
213
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
213
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2063<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 466) LIMIT 1 |
213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
213
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/idxrrelatedproducts/idxrrelatedproducts.php:407<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
212
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 386) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "easycheckout" LIMIT 1 |
210
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
210
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block` a
LEFT JOIN `hg_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
210
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "lgcanonicalurls" LIMIT 1 |
210
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/lgcanonicalurls/lgcanonicalurls.php:53<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
210
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1009 |
210
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 859 |
210
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 474 |
209
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
209
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
209
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
209
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 199 |
209
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM hg_cb_hook_settings
WHERE hook_name = 'displayFooterBefore' LIMIT 1 |
209
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2019
/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2446<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:79<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 861) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 28) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 861 AND `id_shop` = 1 |
209
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
208
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 851 AND `id_shop` = 1 |
208
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 858 AND `id_shop` = 1 |
208
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
208
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/totloyaltyadvanced/totloyaltyadvanced.php:96<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
208
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 110) LIMIT 1 |
208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
208
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 43) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `hg_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 844 |
207
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_linklist" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 860) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 851 |
207
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 474) LIMIT 1 |
207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "attributewizardpro" LIMIT 1 |
207
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3107<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
206
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
206
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
206
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
206
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/CmsController.php:184<br>/override/classes/controller/FrontController.php:14<br>/classes/controller/FrontController.php:590<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_cms` a
LEFT JOIN `hg_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
206
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 473 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 392) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 851) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 860 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1026) LIMIT 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 502 |
205
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 32 LIMIT 1 |
204
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/override/modules/custombanners/custombanners.php:52<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 827 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 484 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
204
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 526 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 859 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 385 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 827 AND `id_shop` = 1 |
203
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1026 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 492 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 501 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 859 |
203
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
202
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 828 AND `id_shop` = 1 |
202
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
202
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
202
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block_lang`
WHERE `id_link_block` = 2 |
201
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 859 |
201
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 419 |
200
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
200
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
200
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
200
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1005 |
200
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block` a
LEFT JOIN `hg_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 3) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 860 AND `id_shop` = 1 |
200
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
199
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1009 AND `id_shop` = 1 |
199
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 504) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 358) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
199
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64<br>/modules/ps_linklist/ps_linklist.php:285<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
199
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:220<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:272<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:103<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:355<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
198
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1004 |
198
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "totloyaltyadvanced" LIMIT 1 |
198
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/totloyaltyadvanced/totloyaltyadvanced.php:96<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1186<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 359) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
198
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
198
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 385) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
198
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type+0 AS type FROM `hg_lgcanonicalurls` WHERE `id_object` = 9 AND `type_object` = 3 LIMIT 1 |
198
ms
|
1 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1674
/modules/lgcanonicalurls/lgcanonicalurls.php:1632<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1155<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
197
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
197
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block_lang`
WHERE `id_link_block` = 3 |
196
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 385 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
196
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE kk_store_id FROM hg_kk_tracking LIMIT 1 |
195
ms
|
1 |
|
|
/modules/kuantokusta/kuantokusta.php:569
/modules/kuantokusta/kuantokusta.php:57<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 504 |
195
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 184 |
194
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "thecheckout" LIMIT 1 |
194
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1005 |
194
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1004 AND `id_shop` = 1 |
194
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
194
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
193
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_link_block_lang`
WHERE `id_link_block` = 4 |
193
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ps_linklist/src/Model/LinkBlock.php:80<br>/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91<br>/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
193
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 822 |
192
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `hg_country`
WHERE `id_country` = 6 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/modules/ps_contactinfo/ps_contactinfo.php:91<br>/modules/ps_contactinfo/ps_contactinfo.php:83<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
191
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_cms`
FROM hg_cms_lang
WHERE `link_rewrite` = "politica-de-cookies"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
191
ms
|
218 |
|
|
/override/classes/Link.php:610
/override/classes/Link.php:407<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2085<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
191
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 139 AND `id_shop` = 1 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/lgcanonicalurls/lgcanonicalurls.php:53<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
190
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1191<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
190
ms
|
4 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
190
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
190
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
189
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
188
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
188
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
188
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 830 |
188
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 400 |
187
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 326 |
187
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `canonical_url` FROM `hg_lgcanonicalurls_lang` WHERE `id_object` = 9 AND `type_object` = 3 AND `id_lang` = 1 LIMIT 1 |
187
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1718
/modules/lgcanonicalurls/lgcanonicalurls.php:581<br>/modules/lgcanonicalurls/lgcanonicalurls.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
187
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
187
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1072<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 490 |
186
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
186
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
186
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "facebookproductsfeed" LIMIT 1 |
186
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:92<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/override/classes/controller/FrontController.php:6<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 492 |
186
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
185
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
185
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
184
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
184
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
184
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `hg_country`
WHERE `id_country` = 6 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Country.php:223
/modules/whatsappchat/classes/WhatsappChatBlock.php:162<br>/modules/whatsappchat/whatsappchat.php:533<br>/modules/whatsappchat/whatsappchat.php:303<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `hg_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
183
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
183
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
182
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:227<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:362<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:112<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:421<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
181
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
181
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
181
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "pm_advancedsearch4" LIMIT 1 |
180
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Link.php:515<br>/classes/controller/FrontController.php:471<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 18 LIMIT 1 |
180
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2446<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:79<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
180
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
179
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 181 |
179
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
179
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
178
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type+0 AS type FROM `hg_lgcanonicalurls` WHERE `id_object` = 9 AND `type_object` = 3 LIMIT 1 |
178
ms
|
1 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1674
/modules/lgcanonicalurls/lgcanonicalurls.php:2052<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1025 |
177
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
176
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
176
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:227<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:272<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:103<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:355<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "homecomments" LIMIT 1 |
176
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1191<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1010) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
175
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2085<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
174
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1043) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:115<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 185 AND `id_shop` = 1 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Link.php:619<br>/override/classes/Link.php:527<br>/classes/controller/FrontController.php:471<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "pk_amp" LIMIT 1 |
171
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1118<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
171
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
171
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `hg_cms_shop`
WHERE `id_cms` = 9
AND id_shop = 1 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/controllers/front/CmsController.php:70<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1024 |
169
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
168
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1118<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 384) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE kk_carrier FROM hg_kk_tracking LIMIT 1 |
167
ms
|
1 |
|
|
/modules/kuantokusta/kuantokusta.php:581
/modules/kuantokusta/kuantokusta.php:59<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "blockwishlist" LIMIT 1 |
167
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2609<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3174<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1015) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `canonical_url` FROM `hg_lgcanonicalurls_lang` WHERE `id_object` = 9 AND `type_object` = 3 AND `id_lang` = 3 LIMIT 1 |
165
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1718
/modules/lgcanonicalurls/lgcanonicalurls.php:581<br>/modules/lgcanonicalurls/lgcanonicalurls.php:54<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
165
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3107<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE general, carousel
FROM hg_cb_wrapper_settings
WHERE id_wrapper = 26 LIMIT 1 |
164
ms
|
1 |
|
|
/modules/custombanners/custombanners.php:2110
/modules/custombanners/custombanners.php:2088<br>/modules/custombanners/custombanners.php:2199<br>/modules/custombanners/custombanners.php:2430<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1025 AND `id_shop` = 1 |
164
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "removeisourldefaultlanguage" LIMIT 1 |
163
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Link.php:619<br>/override/classes/Link.php:527<br>/classes/controller/FrontController.php:471<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
163
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
161
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
160
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1012) LIMIT 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1017) LIMIT 1 |
160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "steasycheckout" LIMIT 1 |
159
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1029 |
159
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 306 AND `id_shop` = 1 |
159
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1026 AND `id_shop` = 1 |
159
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
158
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 308 AND `id_shop` = 1 |
158
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1019) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
158
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
158
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1018 |
157
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hg_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 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4619<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) LIMIT 1 |
157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 308) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 384 |
156
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1 |
156
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
156
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2063<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "idxropc" LIMIT 1 |
155
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
154
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
153
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2121<br>/modules/lgcanonicalurls/lgcanonicalurls.php:2063<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1230<br>/modules/lgcanonicalurls/lgcanonicalurls.php:1163<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
153
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 308 |
153
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
152
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Link.php:515<br>/classes/controller/FrontController.php:471<br>/controllers/front/CmsController.php:63<br>/override/controllers/front/CmsController.php:71<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1024) LIMIT 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 220 AND `id_shop` = 1 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2609<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3174<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM hg_meta
WHERE page = "cms" LIMIT 1 |
151
ms
|
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309<br>/classes/Link.php:1498<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/orion91/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/ps_languageselector/ps_languageselector.php:79<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1018 AND `id_shop` = 1 |
150
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
150
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:220<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:365<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:112<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:421<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
150
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1013) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
149
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
148
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1029 AND `id_shop` = 1 |
147
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
147
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 384 AND `id_shop` = 1 |
147
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
147
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:92<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/override/classes/controller/FrontController.php:6<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1 |
146
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3444<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2983<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1030) LIMIT 1 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
146
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:355<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1021) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1016) LIMIT 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1015 AND `id_shop` = 1 |
143
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 251 AND `id_shop` = 1 |
141
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
141
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1027 |
141
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 471 AND `id_shop` = 1 |
140
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "cdesigner" LIMIT 1 |
140
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3108<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 251 |
139
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
139
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3111<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1011) LIMIT 1 |
138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1013 |
138
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1020 |
138
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
138
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/render/render-connectors_class.php:227<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:79<br>/modules/facebookpsconnect/lib/render/facade-render-connectors_class.php:49<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:365<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:112<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:421<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1027) LIMIT 1 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
137
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1012 |
136
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1028 |
136
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 494 |
136
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `hg_lang` WHERE `iso_code` = 'it' LIMIT 1 |
135
ms
|
4 |
|
|
/classes/Language.php:824
/modules/facebookpsconnect/lib/module-tools_class.php:293<br>/modules/facebookpsconnect/lib/module-tools_class.php:1045<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:155<br>/modules/facebookpsconnect/lib/hook/hook-display_class.php:129<br>/modules/facebookpsconnect/lib/hook/hook-ctrl_class.php:64<br>/modules/facebookpsconnect/facebookpsconnect.php:547<br>/modules/facebookpsconnect/facebookpsconnect.php:421<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:97<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/7e/9a/b37e9a449f590bd3f1347d951a772f746dd022ae_2.file.footer.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:351<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1029) LIMIT 1 |
135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 271 AND `id_shop` = 1 |
135
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
135
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 471) LIMIT 1 |
135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
134
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1017 AND `id_shop` = 1 |
134
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1014 |
134
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1024 |
133
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) LIMIT 1 |
133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1027 AND `id_shop` = 1 |
133
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1044 |
133
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1024 |
133
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1045) LIMIT 1 |
133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module` WHERE `name` = "configurator" LIMIT 1 |
132
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3111<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
132
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
132
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1022 |
132
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
132
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1043 AND `id_shop` = 1 |
132
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1015 |
131
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1014) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
131
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1012 AND `id_shop` = 1 |
131
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 306) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1020) LIMIT 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1022) LIMIT 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1010 AND `id_shop` = 1 |
130
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 307 |
130
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE kk_store_id FROM hg_kk_tracking LIMIT 1 |
129
ms
|
1 |
|
|
/modules/kuantokusta/kuantokusta.php:569
/modules/kuantokusta/kuantokusta.php:139<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1023) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
129
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1044) LIMIT 1 |
128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1010 |
128
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
128
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1013 AND `id_shop` = 1 |
127
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1023 AND `id_shop` = 1 |
127
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1045 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1019 AND `id_shop` = 1 |
127
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1043 |
127
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category` a
LEFT JOIN `hg_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1028) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
126
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
126
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 470 |
126
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
125
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1024 AND `id_shop` = 1 |
125
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1011 |
125
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1017 |
125
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
125
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
124
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
124
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
124
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1016 AND `id_shop` = 1 |
123
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
123
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1045 AND `id_shop` = 1 |
123
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
123
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1023 |
123
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
123
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4620<br>/modules/iqitmegamenu/iqitmegamenu.php:4564<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 384 |
123
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1044 AND `id_shop` = 1 |
123
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
122
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1014 AND `id_shop` = 1 |
122
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1030 AND `id_shop` = 1 |
122
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
122
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1011 AND `id_shop` = 1 |
121
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1021 AND `id_shop` = 1 |
121
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
121
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
121
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
121
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `hg_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
121
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3108<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3612<br>/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3570<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/CmsController.php:140<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1019 |
121
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
120
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
120
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
120
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
120
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1021 |
120
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1010 |
119
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
119
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 385 |
119
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
119
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1022 AND `id_shop` = 1 |
119
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
119
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 308 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1028 |
118
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
117
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 346 |
117
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 1024 |
117
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 384 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
116
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
115
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 307 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 306 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 327 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
114
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `hg_category_lang`
WHERE `id_category` = 1028 AND `id_shop` = 1 |
114
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:4810<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 307 |
113
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
113
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
113
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
113
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
113
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 307 |
112
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
112
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
112
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
111
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
111
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
110
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
110
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 307 |
110
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 271 |
109
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
109
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 231 |
108
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
108
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
108
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
107
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
106
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:4840<br>/modules/iqitmegamenu/iqitmegamenu.php:4842<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hg_category` c
LEFT JOIN `hg_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
103
ms
|
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31<br>/classes/Category.php:1396<br>/modules/iqitmegamenu/iqitmegamenu.php:4811<br>/modules/iqitmegamenu/iqitmegamenu.php:1765<br>/modules/iqitmegamenu/iqitmegamenu.php:4595<br>/modules/iqitmegamenu/iqitmegamenu.php:4014<br>/modules/iqitmegamenu/iqitmegamenu.php:3997<br>/modules/iqitmegamenu/iqitmegamenu.php:3978<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/25/18/96/251896e4f94b2d417a243a996d52b3b920394a23_2.file.header.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/69/4f/80/694f80ba99350022da0a61c1f8ced140d0d3a3a5_2.file.layout-both-columns.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/48/51/9a/48519a2ddfbb26d26a1a99bd71d1b5dc9a1c9ee9_2.file.layout-full-width.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/aa/41/cf/aa41cf260a02044f6d1aad1dd0cca610cb7025b8_2.file.page.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/45/00/c6450052d4d12c31a394132a9e79e3660dc37b37_2.file.page.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:61<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|